home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / hardware / cybermap / readme.txt < prev    next >
Text File  |  1996-07-24  |  3KB  |  104 lines

  1.  
  2.              CyberMap - A kickrom mapper for phase 5 products
  3.             ==================================================
  4.  
  5. CyberMap  is  a  tool  to copy a kickimage or the romimage to a ram shadow.
  6. This  speeds  up  Rom  operation  and  increases general throughput of your
  7. system.
  8.  
  9. Use CPROM argument to copy the built-in roms to ram shadow.  Give a filename
  10. to load kickimage.  See examples below.
  11.  
  12. Requierments:
  13. -------------
  14.  
  15.   A3000:          o CyberStorm MK2
  16.             o raw 512 kB KickRomImage ($f80000 Image) for A4000
  17.               (needs "A3000 bonus" resident)
  18.  
  19.   A4000:      o Commodore 040, CyberStorm MK1
  20.           o >1 MB FastRam on your A4000 Mainboard (!)
  21.             (Caution: Check RAM size jumper on mainboard !)
  22.             o raw 512 kB KickRomImage ($f80000 Image) for A4000
  23.               (needs "A4000 magic" resident)
  24.           o Good luck ... :-)  it will work or not !
  25.  
  26.   A2000:          o Blizzard 2060
  27.                   o >4 MB FastRam on Blizzard 2060
  28.                   o Enabled MAPROM Jumper  ( see manual )
  29.                   o raw 512 kB KickRomImage ($f80000 Image) for A2000
  30.                     (anything > Kick 2.04 will do the job)
  31.  
  32.   General:      o SetPatch & 680x0.libary MUST NOT be loaded !!!!!
  33.                   o Do not use Rekick or MMUmagic Kickimages. It will not work.
  34.                   o built-in Kickstart release 2.04 or higher.
  35.  
  36. Usage:
  37. ------
  38.  
  39.  Add the following line to the start of your startup-sequence
  40.  
  41.   <cybmap-path>/CyberMap  <options> <filename|CPROM>
  42.  
  43.  Example:
  44.  
  45.    > CyberMap MK2 CPROM            ; Copy built-in rom
  46.                     ; to CyberStorm MK2 Shadow
  47.  
  48.    > CyberMap MR devs:kickstart        ; Load kickimage to shadow
  49.                        ; to CyberStorm MK1 & A3640 shadow
  50.  
  51.  
  52. Options:
  53. --------
  54.  
  55.    F=FORCE/S:        o  Use the FORCE Keyword to load the image with
  56.                a) either the same or newer ROM Images as the image
  57.               currently loaded
  58.                     b) or if the image CRC is wrong.
  59.  
  60.    MR=MROM/S:       o  Set this , if used on CyberStorm MK1 or A3640
  61.    B2=B2060/S:        o  Set this , if used on B2060
  62.    MK2/S:           o  Set this , if used on CyberStorm MK2
  63.  
  64.    CPROM=COPYROM/S  o  Copy current rom to shadow.
  65.    FILE             o  Filename and path of Kickstart image.
  66.  
  67.    RF=RESETFMEM/S   o  Force using Resetcode in ChipMem
  68.    RC=RESETCMEM/S   o  Force using Resetcode in FastMem
  69.  
  70.    V=VERBOSE/S        o  Output diagnostics (Use only for debugging)
  71.  
  72.  
  73. ToDo:
  74. -----
  75.           o  Add support for A12x0 Blizzard cards
  76.  
  77.  Bugs:
  78. -------
  79.         o Sometimes RESET code does not work ! Reset with three
  80.           finger salute. Try RC or RF argument.
  81.  
  82.  
  83.  
  84.  
  85.                         Carsten 'BodyLove' Schlote
  86.                        schlote@stud.uni-frankfurt.de
  87.                              cs@supp.phase5.de
  88.  
  89. -------------------------------------------------------------------------------
  90. -------------------------------------------------------------------------------
  91.  
  92. History:
  93.  
  94. 39.1    First release
  95. 39.2    Added checksum check, improved error reporting
  96. 39.3    Fixed small bug in SysBase Call  :-/ Forgot to
  97.     load Exebase to A6.
  98. 39.4    --internal--
  99. 39.5    Added Blizzard 2060 support code.
  100. 39.6    -- forced bump -- no changes
  101. 39.7    Reworked RESET code... some A4000 are unable to do the magic... maybe this helps
  102. 39.11    Added MK2 support, selectable resetcode
  103. 39.12     Added drive Inhibit(), some cleanup
  104.